Additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 26 Jun 2007 04:18:28 +0000 (04:18 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 26 Jun 2007 04:18:28 +0000 (04:18 +0000)
svn path=/trunk/; revision=18236

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkscalebutton.sgml
docs/reference/gtk/tmpl/gtkvolumebutton.sgml

index 0a3186e2522db55c8238bcc9652127320c9f79af..d5dfd7d7e4ebb48b33cb6040a70fce31f93864d5 100644 (file)
@@ -1,5 +1,7 @@
 2007-06-25  Matthias Clasen <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkscalebutton.sgml:
+       * gtk/tmpl/gtkvolumebutton.sgml:
        * gtk/tmpl/gtkvscrollbar.sgml:
        * gtk/tmpl/gtkrange.sgml:
        * gtk/tmpl/gtkrecentaction.sgml:
index df23b8d32084a83ba05343af3574e2950fbd1738..4589ab99c25465b5eaac28d77e274766ed0384b3 100644 (file)
@@ -6,9 +6,13 @@ A button which pops up a scale
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-
+#GtkScaleButton provides a button which pops up a scale widget. 
+This kind of widget is commonly used for volume controls in multimedia
+applications, and GTK+ provides a #GtkVolumeButton subclass that
+is tailored for this use case.
 </para>
 
+
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
index a4c3fb643cb3c91524b1e01374ae9d2d9126a4d2..91c8c0caa9124255c7dbed3c0b7648636dde3d5c 100644 (file)
@@ -6,7 +6,9 @@ A button which pops up a volume control
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-
+#GtkVolumeButton is a subclass of #GtkScaleButton that has
+been tailored for use as a volume control widget with suitable 
+icons, tooltips and accessible labels.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->